home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 27 / Revista do CD-ROM 27.iso / entrete / DEMOCP / JOGOS.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1996-11-20  |  367 b   |  19 lines

  1. on exitFrame
  2.   go(1)
  3.   icones()
  4.   repeat with i = 11 to 17
  5.     if rollOver(i) then
  6.       if the castNum of sprite 10 <> i then
  7.         puppetSound(4, "clik")
  8.       end if
  9.       set the puppet of sprite 10 to 1
  10.       set the castNum of sprite 10 to i
  11.     end if
  12.   end repeat
  13. end
  14.  
  15. on enterFrame
  16.   set the volume of sound 1 to 100
  17.   set the volume of sound 2 to 255
  18. end
  19.